AppModelNodeBase<T,TDescription> Class
Base class for all container sub-classes generated under the Application Model class.
Type Parameters
T
TDescription

C# Syntax

public abstract class AppModelNodeBase<T,TDescription> 
where T: class, ITestObject
where TDescription: class, IDescription
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.AppModelNodeBase<T,TDescription>
      HP.LFT.SDK.TopLevelObjectNodeBase<T,TDescription>

Public Properties
 NameDescription
Public PropertyDescriptionThe description of the generated Application Model node.  
Public PropertyParentThe parent ITestObject object.  
Top
Protected Properties
 NameDescription
Protected PropertyConcreteConcrete generic property.  
Top
Public Methods
 NameDescription
Public MethodSetDescriptionSets the description of the generated Application Model node.  
Top
Protected Methods
 NameDescription
Protected MethodCreateDescriptionPlaceholder method for CreateDescription.  
Protected MethodGetRelatedObjectReturns the related test object.  
Top